home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2015 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.2 KB  |  30 lines

  1. Path: netnews.ntu.edu.tw!jcwang
  2. From: jcwang@csie.ntu.edu.tw (John C. Wang)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: UNIX sockets and TCP
  5. Date: 15 Jan 1996 02:39:21 GMT
  6. Organization: National Taiwan University
  7. Message-ID: <4dceop$93p@netnews.ntu.edu.tw>
  8. References: <30F1C62A.4B936128@xmission.com> <JARNOT.96Jan12124834@box10.dstar.iddis.com>
  9. NNTP-Posting-Host: jcwang@ntucsl.csie.ntu.edu.tw
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Kevin J. Jarnot (jarnot@iddis.com) ┤ú¿∞:
  13. :     Jeff> Can someone help me out on how to program UNIX sockets and
  14. :     Jeff> TCP calls, so that I can write c++ programs that can
  15. :     Jeff> interface with ftp sites and www sites and telnet sites???
  16. : Sockets and TCP/IP are far too complex to discuss in a single Usenet posting.
  17. : I suggest that you grab yourself a copy of Richard Steven's "Unix Network
  18. : Programming".  Great book.
  19.  
  20. And if you need a quick and clean solution, use UniBase. It encapsulates
  21. socket calls inside an iostream wrapper. It comes with several sample
  22. servers and clients, and it's free!
  23.  
  24. --
  25. John Chia-chin Wang, author of UniBase, 
  26. The Solution to YOUR Network Programming Troubles
  27.  
  28. Come to download your copy now!
  29.   http://bbs.csie.ntu.edu.tw/~jcwang/unibase/index.cgi
  30.